prepare("select * from serviceitems where names = '$names'") ; $chk->execute(); if($chk->rowcount() > 0) { $msg = $names ."This Services is Already Registered, register another" ; } else { if($user->regserviceitems($names)) { $msg = $names.'-'."Registered Successfully" ; } } } ?> Items Registration

Register Services Items

prepare("select * from serviceitems") ; $gtcat->execute() ; $count = 0 ; while($row = $gtcat->fetch(pdo::FETCH_ASSOC)) { $count++ ; echo "" ; echo "" ; echo "" ; ?> " ; } ?>
SN Item|Service Name ACTIONS
".$count."".$row['names']."EDIT|DELETE